From: Paul Eggert Date: Mon, 21 Mar 2011 18:11:03 +0000 (-0700) Subject: Better version of previous patch. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~2102^2~11 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5ffe6683c36bdaed21324ddd59cb47aecadea8ea;p=emacs.git Better version of previous patch. --- diff --git a/src/frame.c b/src/frame.c index 5c676527909..60f192e9817 100644 --- a/src/frame.c +++ b/src/frame.c @@ -2529,9 +2529,8 @@ use is not recommended. Explicitly check for a frame-parameter instead. */) } /* Now process them in reverse of specified order. */ - while (i != 0) + while (--i >= 0) { - i--; prop = parms[i]; val = values[i]; store_frame_param (f, prop, val);